home *** CD-ROM | disk | FTP | other *** search
- package sun.java2d;
-
- import java.security.PrivilegedAction;
-
- final class SunGraphicsEnvironment$3 implements PrivilegedAction {
- // $FF: synthetic field
- final SunGraphicsEnvironment this$0;
-
- SunGraphicsEnvironment$3(SunGraphicsEnvironment var1) {
- this.this$0 = var1;
- }
-
- public Object run() {
- if (this.this$0.fontPath == null) {
- this.this$0.fontPath = this.this$0.getPlatformFontPath(SunGraphicsEnvironment.noType1Font);
- }
-
- if (this.this$0.fontPath != null) {
- SunGraphicsEnvironment.access$600(this.this$0, this.this$0.fontPath, false, 6, false, true);
- }
-
- SunGraphicsEnvironment.access$702(this.this$0, true);
- return null;
- }
- }
-